home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 41 / Issue 41.iso / pc / PCSoftware / Netscape 6 Official Release / nim.xpi / bin / chrome / aim.jar / content / aim / SPSignOnOrgOverlay.xul < prev    next >
Encoding:
Extensible Markup Language  |  2000-09-14  |  2.5 KB  |  65 lines

  1. <?xml version="1.0"?> 
  2.  
  3. <?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>
  4.  
  5. <!DOCTYPE window SYSTEM "chrome://aim/locale/SPSignOnOrgOverlay.dtd">
  6.  
  7. <overlay id="SidebarPanelSignOnOverlay"
  8.          xmlns:html="http://www.w3.org/1999/xhtml"
  9.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  10.  
  11. <!-- Overlay stuff needed in the Main Window -->
  12.   <script language="JavaScript" src="chrome://aim/content/AimSession.js"></script>
  13.  
  14.   <!-- Overlay the Sign On Panel (Displayed when Offline) -->
  15.   <box id="SignOnOrg" orient="vertical" flex="1">
  16.   
  17.     <!--  Heading for the top of the panel -->
  18.     <box class="aim-logo-box"><image class="aim-logo"/></box>
  19.  
  20.     <separator/>
  21.   
  22.     <grid>
  23.       <columns>
  24.         <column/>
  25.         <column flex="1"/>
  26.       </columns>
  27.       
  28.       <rows>
  29.         <row autostretch="never">
  30.           <text class="label smallerText" for="fldScreenName" value="&screenName.label;" />
  31.           <textfield id="fldScreenName" class="smallerText" type="text" 
  32.                      name="fldScreenName" flex="1"  selected="true" 
  33.                      onkeypress="cmdScreenName(event);"/>
  34.         </row>
  35.         <row autostretch="never">
  36.           <text class="label smallerText" for="fldPassword"  value="&password.label;"  />
  37.           <textfield id="fldPassword" type="password" name="fldPassword" flex="1"
  38.                      onkeypress="cmdPasswordKeyup(event);" class="smallerText"  /> 
  39.         </row>
  40.       </rows>
  41.     </grid>
  42.     <box autostretch="never">
  43.       <checkbox value="&savePassword.label;" id="chkSavePassword" name="chkSavePassword"  
  44.                 oncommand="cmdClickSavePassword();" class="smallerText"/>
  45.     </box>
  46.     <box autostretch="never">
  47.       <checkbox value="&autoLogin.label;" id="chkAutoLogin" name="chkAutoLogin"  
  48.                 oncommand="cmdClickAutoLogin();" class="smallerText"/>
  49.     </box>
  50.                     
  51.     <separator/>
  52.     
  53.     <separator class="groove"/>
  54.     
  55.     <box id="spsignonbox127">
  56.       <button value="&helpButton.label;" id="spsignonHelp2" class="smallerText " oncommand="aimGlobalCmdHelp()"/>
  57.       <spring flex="1" />
  58.       <button value="&setupButton.label;" id="spsignonSetup2" class="smallerText " oncommand="goPreferences('App.xul', 'chrome://communicator/content/pref/pref-IM_instantmessage.xul', 'instantmessenger');"/>
  59.       <spring flex="2" />
  60.       <button  id="spsignonSignOn2" value="&signonButton.label;" oncommand="cmdPanelSignOn()" class="smallerText" default="true"/>
  61.     </box>
  62.     </box>
  63.  
  64. </overlay>
  65.